home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-06-22 | 1.8 KB | 52 lines | [TEXT/MPS ] |
- This folder contains the Pascal version of the Sample extension. Many of
- the same source files are used in both the MPW and Think Pascal versions.
-
- Building instructions for MPW Users:
- Building Sample from the Build Menu will make the extension. The makefile
- will automatically copy the Sample extension to the QuicKeys 2 extension
- folder.
-
- Building instructions for Think Pascal Users:
- Build both the SampleUI and SampleX projects.
- Then run SARez with Sample as your output file and Sample.r as your
- description file. The file "SARez settings" contains an example of
- the settings used to create Sample.
-
- After building, you must copy the Sample extension to the QuicKeys 2
- extension folder which is in
- <your system folder>:Preferences:QuicKeys Folder:Extensions
-
-
- Files in this folder:
- commonExecute.a Allocates space for ExecuteQueue in MPW versions
- and calls doExecute
-
- commonExecute.a.o Build version of commonExecute.a. Think Pascal uses
- this file for the custom header in the execute routine.
-
- extensions.p QuicKeys 2™ extension definitions
-
- Sample.make Makefile for MPW users to build Sample extension
-
- Sample.r Resource definitions.
- Common to both MPW and Think Pascal.
-
- SampleData.p Definition of Sample's key data.
- Common to both MPW and Think Pascal..
-
- SampleUI.a Used in MPW version to make sure entry point is first
- location in file. Does nothing but branch to main.
-
- SampleUI.p User interface routine.
- Common to both MPW and Think Pascal..
-
- SampleUI.π Think Pascal project for building user interface routine.
-
- SampleX.p Execution routine.
- Common to both MPW and Think Pascal..
-
- SampleX.π Think Pascal project for building execution routine.
-
- SARez setting Example SARez settings for building Sample in Think
- Pascal.
-